home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / tape.man < prev    next >
Encoding:
Text File  |  1992-08-10  |  1.4 KB  |  56 lines

  1. ' $Header: /sprite/src/cmds/tape/RCS/tape.man,v 1.3 92/08/09 18:05:50 mottsmth Exp $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS TAPE cmds
  4. .BS
  5. .SH NAME
  6. tape \- Tape drive control.
  7. .SH SYNOPSIS
  8. \fBtape\fR [\fB-t \fItapeDevice\fR] [\fIoptions\fR]
  9. .SH "OPTIONS"
  10. .IP "\fB\-t \fItapeDevice\fR" 14
  11. This specifies the tape device file.  The default is ``/dev/tape0''.
  12. .IP "\fB\-T\fR" 14
  13. Retension the tape.
  14. .IP "\fB\-e\fR" 14
  15. Skip to the end of the tape.
  16. .IP "\fB\-E\fR" 14
  17. Erase the whole tape.
  18. .IP "\fB\-r\fR" 14
  19. Rewind the tape.
  20. .IP "\fB\-R\fR" 14
  21. Read the tape 'til end-of-file.
  22. .IP "\fB\-B \fIblocksize\fR" 14
  23. Blocksize for read and write transfers.
  24. .IP "\fB\-W \fInumblocks\fR" 14
  25. Write numblocks blocks to the tape.
  26. .IP "\fB\-f \fInumfiles\fR" 14
  27. Skip numfiles files.  If numfiles < 0, backwards skip.
  28. .IP "\fB\-b \fInumblocks\fR" 14
  29. Skip numblocks blocks.
  30. .IP "\fB\-m \fInummarks\fR" 14
  31. Write the given number of file marks on the tape.
  32. .IP "\fB\-g \fIblockNum\fR" 14
  33. Skip to a particular block on the tape.
  34. .IP "\fB\-s\fP" 14
  35. Print out the status of the tape drive.
  36. .IP "\fB\-l\fP" 14
  37. Load the tape.
  38. .IP "\fB\-u\fP" 14
  39. Unload the tape.
  40. .IP "\fB\-p\fP" 14
  41. Prevent tape removal.
  42. .IP "\fB\-a\fP" 14
  43. Allow tape removal.
  44. .IP "\fB\-i\fP" 14
  45. Perform a tape inquiry.
  46.  
  47. .BE
  48.  
  49. .SH DESCRIPTION
  50. .PP
  51. Tape is used to control tape drives.  A tape can be rewound,
  52. files and blocks can be skipped, and testing files can be
  53. written and read.
  54. .SH KEYWORDS
  55. tape, rewind
  56.